From 315f11be226d2c103b8a6f92a21a48ad4751ae83 Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Mon, 27 Aug 2012 02:03:12 +0000 Subject: [PATCH] Mac GUI build tweaks. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4194 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gui/app.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpsbabel/gui/app.pro b/gpsbabel/gui/app.pro index b725446d3..9cd9af073 100755 --- a/gpsbabel/gui/app.pro +++ b/gpsbabel/gui/app.pro @@ -5,8 +5,9 @@ CONFIG += qt release #CONFIG += qt debug console # For Mac, x86 and x64, but not PPC binary. Ignored on other OSes. -macx:CONFIG -= x86_64 +# macx:CONFIG -= x86_64 # macx:CONFIG += x86 +macx:DEFINES += HAVE_CONFIG_H ICON = images/appicon.icns -- 2.30.2